Your Notes

Add Note Logout
{% if notes %}
{% for note in notes %}
{{ note.title }}

{{ note.content }}

Read More Edit
{% endfor %}
{% else %}

You have no notes yet. Click "Add Note" to create one.

{% endif %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}